17 research outputs found

    The Role of Artificial Intelligence in Business Decision Making

    Get PDF
    When we think of artificial intelligence, we often are drawn to the self-driving cars, voice-based home technologies and automated online interactions that fill the news and drive our daily activities. However, the root of these advancements, machine learning, is a predictive analytics technique that has much broader applicability. With the age of “big data” and the buzz around “data science” continuing to grow, decision-makers are asking themselves if emerging technologies, such as machine learning, can help improve business processes. In this seminar we will demystify the fundamental concepts that comprise machine learning. The differences between supervised and unsupervised learning, as well as classification will be illustrated. In addition, we will offer examples that illustrate the use of machine learning in industry via business-driven case studies

    Strategic Level Proton Therapy Patient Admission Planning: A Markov Decision Process Modeling Approach

    Get PDF
    A relatively new consideration in proton therapy planning is the requirement that the mix of patients treated from different categories satisfy desired mix percentages. Deviations from these percentages and their impacts on operational capabilities are of particular interest to healthcare planners. In this study, we investigate intelligent ways of admitting patients to a proton therapy facility that maximize the total expected number of treatment sessions (fractions) delivered to patients in a planning period with stochastic patient arrivals and penalize the deviation from the patient mix restrictions. We propose a Markov Decision Process (MDP) model that provides very useful insights in determining the best patient admission policies in the case of an unexpected opening in the facility (i.e., no-shows, appointment cancellations, etc.). In order to overcome the curse of dimensionality for larger and more realistic instances, we propose an aggregate MDP model that is able to approximate optimal patient admission policies using the worded weight aggregation technique. Our models are applicable to healthcare treatment facilities throughout the United States, but are motivated by collaboration with the University of Florida Proton Therapy Institute (UFPTI)

    A Constraint Programming Approach for the Team Orienteering Problem with Time Windows

    Get PDF
    The team orienteering problem with time windows (TOPTW) is a NP-hard combinatorial optimization problem. It has many real-world applications, for example, routing technicians and disaster relief routing. In the TOPTW, a set of locations is given. For each, the profit, service time and time window are known. A fleet of homogenous vehicles are available for visiting locations and collecting their associated profits. Each vehicle is constrained by a maximum tour duration. The problem is to plan a set of vehicle routes that begin and end at a depot, visit each location no more than once by incorporating time window constraints. The objective is to maximize the profit collected. In this study we discuss how to use constraint programming (CP) to formulate and solve TOPTW by applying interval variables, global constraints and domain filtering algorithms. We propose a CP model and two branching strategies for the TOPTW. The approach finds 119 of the best-known solutions for 304 TOPTW benchmark instances from the literature. Moreover, the proposed method finds one new best-known solution for TOPTW benchmark instances and proves the optimality of the best-known solutions for two additional instances

    Analysis of a Parallel Machine Scheduling Problem with Sequence Dependent Setup Times and Job Availability Intervals

    Get PDF
    In this study, we propose constraint programming (CP) model and logic-based Benders algorithms in order to make the best decisions for scheduling non-identical jobs with availability intervals and sequence dependent setup times on unrelated parallel machines in a fixed planning horizon. In this problem, each job has a profit, cost and must be assigned to at most one machine in such a way that total profit is maximized. In addition, the total cost has to be less than or equal to a budget level. Computational tests are performed on a real-life case study prepared in collaboration with the U.S. Army Corps of Engineers (USACE). Our initial investigations show that the pure CP model is very efficient in obtaining good quality feasible solutions but, fails to report the optimal solution for the majority of the problem instances. On the other hand, the two logic-based Benders decomposition algorithms are able to obtain near optimal solutions for 86 instances out of 90 examinees. For the remaining instances, they provide a feasible solution. Further investigations show the high quality of the solutions obtained by the pure CP model

    Vulnerability Assessment and Re-routing of Freight Trains Under Disruptions: A Coal Supply Chain Network Application

    Get PDF
    In this paper, we present a two-stage mixed integer programming (MIP) interdiction model in which an interdictor chooses a limited amount of elements to attack first on a given network, and then an operator dispatches trains through the residual network. Our MIP model explicitly incorporates discrete unit flows of trains on the rail network with time-variant capacities. A real coal rail transportation network is used in order to generate scenarios to provide tactical and operational level vulnerability assessment analysis including rerouting decisions, travel and delay costs analysis, and the frequency of interdictions of facilities for the dynamic rail system

    Optimal Dredge Fleet Scheduling Within Environmental Work Windows

    Get PDF
    The U. S. Army Corps of Engineers oversees dredging in hundreds of navigation projects annually, through its fleet of government equipment and through individual contracts with private industry. The research presented here sought to examine the decision to allocate dredge resources to projects systemwide under necessary constraints. These constraints included environmental restrictions on when dredging could take place in response to the migration patterns of turtles, birds, fish, and other wildlife; dredge equipment resource availability; and varying equipment productivity rates that affected project completion times. The paper discusses problem definition and model formulation of optimal dredge fleet scheduling within environmental work windows. In addition, a sensitivity analysis was conducted to provide decision makers with quantitative insights into dredging program efficiency gains that could be realized systemwide if environmental restrictions were relaxed. Opportunities exist to provide decision makers with quantitative insights into how efficiencies might be obtained if targeted research were to show that particular restricted periods could be relaxed without adverse consequences to sensitive and endangered species

    Direct Aerial Visual Geolocalization Using Deep Neural Networks

    No full text
    Unmanned aerial vehicles (UAVs) must keep track of their location in order to maintain flight plans. Currently, this task is almost entirely performed by a combination of Inertial Measurement Units (IMUs) and reference to GNSS (Global Navigation Satellite System). Navigation by GNSS, however, is not always reliable, due to various causes both natural (reflection and blockage from objects, technical fault, inclement weather) and artificial (GPS spoofing and denial). In such GPS-denied situations, it is desirable to have additional methods for aerial geolocalization. One such method is visual geolocalization, where aircraft use their ground facing cameras to localize and navigate. The state of the art in many ground-level image processing tasks involve the use of Convolutional Neural Networks (CNNs). We present here a study of how effectively a modern CNN designed for visual classification can be applied to the problem of Absolute Visual Geolocalization (AVL, localization without a prior location estimate). An Xception based architecture is trained from scratch over a >1000 km2 section of Washington County, Arkansas to directly regress latitude and longitude from images from different orthorectified high-altitude survey flights. It achieves average localization accuracy on unseen image sets over the same region from different years and seasons with as low as 115 m average error, which localizes to 0.004% of the training area, or about 8% of the width of the 1.5 × 1.5 km input image. This demonstrates that CNNs are expressive enough to encode robust landscape information for geolocalization over large geographic areas. Furthermore, discussed are methods of providing uncertainty for CNN regression outputs, and future areas of potential improvement for use of deep neural networks in visual geolocalization

    Resource-Constrained Assignment Problems with Shared Resource Consumption and Flexible Demand

    No full text
    corecore